home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’93 / TwilightZone / source / sndstuff.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-06-17  |  170 b   |  7 lines  |  [TEXT/KAHL]

  1. #ifndef __soundstuff__
  2. #define __soundstuff__
  3.  
  4. OSErr MakeModuleSound(SndChannelPtr *retSndChannel,short soundType);
  5. OSErr DisposeModuleSound(SndChannelPtr sndCh);
  6.  
  7. #endif